From: Felix Fietkau Date: Tue, 19 Jan 2016 22:48:37 +0000 (+0000) Subject: lantiq: Enable the uImage mtd splitter X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=26f6a4fcebe7430ae54a063117f2c0e988a63339;p=openwrt%2Fsvn-archive%2Farchive.git lantiq: Enable the uImage mtd splitter Until linux 4.1 the lantiq target used CONFIG_MTD_UIMAGE_SPLIT=y. That option however is only available until linux 4.3 - thus it was not added to lantiq's 4.4 kernel config (in r48307). This results in broken images for devices which are using uImages. This fixes #21652 Signed-off-by: Martin Blumenstingl SVN-Revision: 48381 --- diff --git a/target/linux/lantiq/config-4.4 b/target/linux/lantiq/config-4.4 index 8943c6fdac..08a1228704 100644 --- a/target/linux/lantiq/config-4.4 +++ b/target/linux/lantiq/config-4.4 @@ -141,6 +141,7 @@ CONFIG_MTD_SPLIT_BRNIMAGE_FW=y CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_TPLINK_FW=y +CONFIG_MTD_SPLIT_UIMAGE_FW=Y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_GENERIC_PCI_IOPORT_MAP=y